From 7a2880ccbcf5185e241774550d7dec94cec6ac9b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 31 Dec 2008 02:34:03 +0000 Subject: [PATCH] And amend the docs, too svn path=/trunk/; revision=22017 --- gtk/gtkentry.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c index d76228e478..0c12da0d3c 100644 --- a/gtk/gtkentry.c +++ b/gtk/gtkentry.c @@ -795,7 +795,11 @@ gtk_entry_class_init (GtkEntryClass *class) * GtkEntry:caps-lock-warning * * Whether password entries will show a warning when Caps Lock is on - * or an input method is active. + * or an input method is active. + * + * Note that the warning is shown using a secondary icon, and thus + * does not work if you are using the secondary icon position for some + * other purpose. * * Since: 2.16 */ -- 2.30.2